home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
ROSTER.DIR
/
00011_Script_fr deleteAll
< prev
next >
Wrap
Text File
|
1996-02-29
|
902b
|
32 lines
on exitFrame
global WhichChannel, WhichCast
if rollOver(6) then
put 6 into WhichChannel
puppetsprite WhichChannel, true
put the castNum of sprite WhichChannel into WhichCast
set the castNum of sprite WhichChannel to (WhichCast + 1)
updateStage
go to "deleteAllLoop"
end if
if rollOver(8) then
put 8 into WhichChannel
puppetsprite WhichChannel, true
put the castNum of sprite WhichChannel into WhichCast
set the castNum of sprite WhichChannel to (WhichCast + 1)
updateStage
go to "deleteAllLoop"
end if
if rollOver(9) then
put 9 into WhichChannel
puppetsprite WhichChannel, true
put the castNum of sprite WhichChannel into WhichCast
set the castNum of sprite WhichChannel to (WhichCast + 1)
updateStage
go to "deleteAllLoop"
end if
go to the frame
end